Interface PageCachingReferenceTypeService
@UsesOrderedConfiguration(PageCachingReferenceTypeService.class)
public interface PageCachingReferenceTypeService
A service which defines whether cache page instances should have soft references pointing to
it (the default) or strong, non-garbage-collectable ones. This service is a chain of command
of itself.
- Since:
- 5.8.3
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionDefines which reference type should be used to cache instances of the given page.
-
Method Details
-
get
Defines which reference type should be used to cache instances of the given page. Returningnull
means this implementation doesn't handle wit the given page.- Parameters:
canonicalPageName
- the name of the page.- Returns:
- a ReferenceType object or
null
-