Skip to content

Commit

Permalink
GPCACHE-20 added docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nwittstruck committed Feb 2, 2013
1 parent 6c44ec6 commit 58686c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/docs/guide/usage/configuration.gdoc
Expand Up @@ -6,6 +6,7 @@ There are a few configuration options for the plugin; these are specified in @Co

{table}
*Property* | *Default* | *Description*
grails.cache.enabled | @true@ | Whether to enable the plugin
grails.cache.proxyTargetClass | @false@ | From the Spring Javadoc: "By default, all proxies are created as JDK proxies. This may cause some problems if you are injecting objects as concrete classes rather than interfaces. To overcome this restriction you can set the @proxy-target-class@ attribute to @true@ which will result in class-based proxies being created."
grails.cache.aopOrder | Ordered.LOWEST_PRECEDENCE | From the Spring docs: "Defines the order of the cache advice that is applied to beans annotated with \@Cacheable or \@CacheEvict. No specified ordering means that the AOP subsystem determines the order of the advice."
grails.cache.clearAtStartup | @false@ | Whether to clear all caches at startup
Expand Down

0 comments on commit 58686c6

Please sign in to comment.