A CachingActor which, after caching an item once, will always return a cached instance of this item.
Blueprint for caching actors.
Blueprint for caching actors.
0.1.0
A CachingActor which does not apply any caching.
A CachingActor which does not apply any caching. It simply returns a org.talares.api.cache.actors.messages.CachingActorMessages.NotFound on all org.talares.api.cache.actors.messages.CachingActorMessages.RetrieveFromCache messages.
0.1.0
A CachingActor which uses the supplied cache implementation.
A CachingActor which uses the supplied cache implementation. It will honor the configuration of the cache implementation as it will not add any cache strategy of it's own.
0.1.0
A CachingActor which, after caching an item once, will always return a cached instance of this item.
To do this it keeps the item updated asynchronously by sending a org.talares.api.cache.actors.messages.CachingActorMessages.NotFound message to it's parent after a specified amount of accesses to the cached item.
0.1.0