Package org.craftercms.core.util.cache.impl
package org.craftercms.core.util.cache.impl
-
ClassesClassDescriptionBase abstract implementation of
CachingAwareObjectEvent listener that adds an application cache scope whenever a context is created and removes it when the context is destroyed.Class description goes HEREDefault implementation ofCacheTemplatethat ensures only one thread loads a given cache item at a time, using per-key locks.Extension ofDefaultCacheTemplatethat skips locking when loading items into the cache.Extension ofDefaultCacheTemplatethat executes the givenCallbackwithout additional checks.