package handler
Type Members
- trait CacheAttachHandler extends CacheHandler
An handler that can get events when an engine attach or detach from the handled cache And, if the handler handles a cache managed by a manager that handles his own caches (see fr.linkit.api.gnom.cache.SharedCacheManager)
- trait CacheContentHandler[C <: CacheContent] extends CacheHandler
Handles the local content of the cache instance.
Handles the local content of the cache instance.
<u>This handler must not affect the content of other remote caches. it only affects the local content of the cache it handles.</u>- C
the type of content that must be set or get.
- trait CacheHandler extends AnyRef
The main class that handles the network operations of a cache.
The main class that handles the network operations of a cache. His behavior may have some differences depending on what cache instance this handler handles. (May have more privileges if the cache handler handles a cache where its manager is owned by the current engine id)
- See also
CacheContentHandler[_