Costin Leau
e9ab1a7abb
Update cache ref docs re 'args' vs 'params' naming
...
Prior to this change, the caching reference docs referred to
'root.params', whereas the actual naming should be 'root.args'. This
naming was also reflected in the "#p" syntax for specifying method args.
This change updates the documentation to refer to 'root.args' properly
and also adds "#a" syntax for specifying method arguments more
intuitively. Note that "#p" syntax remains in place as an alias for
backward compatibility.
Issue: SPR-8938
14 years ago
Chris Beams
02cd8681d4
Normalize whitespace in cache reference doc
14 years ago
Chris Beams
41c405998e
Convert CRLF=>LF on files missed earlier
...
Complete pass with `dos2unix` found additional files missed on earlier
related commit.
Issue: SPR-5608
14 years ago
Costin Leau
cb3524ff30
+ fix failing cache tests
...
+ renamed afterInvocation to beforeInvocation (and changed the docs and tests accordingly)
14 years ago
Costin Leau
ac52433004
+ update cache docs
14 years ago
Costin Leau
3416a26136
+ add docs
...
+ rename cache:definitions to cache:caching (to be consistent with annotations)
14 years ago
Costin Leau
e493887f45
+ update cache docs whitespace for better rendering
15 years ago
Costin Leau
e6d9b6308e
some cache doc updates
15 years ago
Chris Beams
49b38190ee
Fix typo in cache abstraction reference doc
...
Issue: SPR-8670
15 years ago
Costin Leau
ce70c985b4
+ add documentation on declarative XML
15 years ago
Chris Beams
bd7fd57ad2
Fix cache ref doc typo: Eh{c=>C}acheCacheManager
...
Issue: SPR-8632, SPR-8635
15 years ago
Costin Leau
26dbfba6c0
SPR-8477
...
+ add no-op cache implementations suitable for cache declarations w/o a backing store
15 years ago
Chris Beams
1bf8634db1
Fix broken links in ref docs
15 years ago
Costin Leau
b39673aa79
revised cache abstraction
...
- removed generics from Cache/CacheManager (they add no value since it's an SPI not API)
+ update docs and tests
+ renamed ConcurrentCacheFactoryBean to ConcurrentMapCacheFactoryBean
15 years ago
Costin Leau
4dd5ae16b2
SPR-8256
...
+ fix small doc typo
15 years ago
Costin Leau
7f247a6b27
SPR-8256
...
+ doc updates
15 years ago
Costin Leau
eb4b68ffda
SPR-8007
...
SPR-7832
+ expose the invocation params through the cache root object
+ update javadocs
15 years ago
Costin Leau
8f6fcbda3c
+ fix missing tag
15 years ago
Costin Leau
c3a635196b
SPR-8015
...
+ update default key generator strategy to improve compatibility for implicit declaration on one arg method
+ updated docs
15 years ago
Costin Leau
9dbab116fd
+ add missing # to SpEL variables
15 years ago
Costin Leau
bfb3003cba
SPR-7308
...
+ wrapping up cache documentation
+ plug in cache docs
15 years ago
Costin Leau
29a8ca4edc
SPR-7308
...
+ draft cache documentation
15 years ago