Class AbstractCacheEngine

java.lang.Object
dev.voidframework.cache.engine.AbstractCacheEngine
All Implemented Interfaces:
CacheEngine
Direct Known Subclasses:
MemoryCacheEngine

public abstract class AbstractCacheEngine extends Object implements CacheEngine
This abstract implementation provides the necessary tools for the various implementations of CacheEngine to work smoothly.
Since:
1.1.0
  • Constructor Details

    • AbstractCacheEngine

      protected AbstractCacheEngine()
      Build a new instance.
      Since:
      1.1.0
  • Method Details