Package org.craftercms.core.cache
Interface CacheLoader
-
public interface CacheLoaderImplementations of this interface are used byCaches to refresh items that are already in the cache.- Author:
- Sumer Jabri, Alfonso Vásquez
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Objectload(Object... parameters)Loads a new value for an item.
-