Enable Section Summary TOC for small pages
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
[[cache]]
|
||||
= Cache Abstraction
|
||||
:page-section-summary-toc: 1
|
||||
|
||||
Since version 3.1, the Spring Framework provides support for transparently adding caching to
|
||||
an existing Spring application. Similar to the xref:data-access/transaction.adoc[transaction]
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
[[cache-plug]]
|
||||
= Plugging-in Different Back-end Caches
|
||||
:page-section-summary-toc: 1
|
||||
|
||||
Clearly, there are plenty of caching products out there that you can use as a backing
|
||||
store. For those that do not support JSR-107 you need to provide a `CacheManager` and a
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
[[cache-specific-config]]
|
||||
= How can I Set the TTL/TTI/Eviction policy/XXX feature?
|
||||
:page-section-summary-toc: 1
|
||||
|
||||
Directly through your cache provider. The cache abstraction is an abstraction,
|
||||
not a cache implementation. The solution you use might support various data
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
[[jmx-resources]]
|
||||
= Further Resources
|
||||
:page-section-summary-toc: 1
|
||||
|
||||
This section contains links to further resources about JMX:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user