Class AbstractCacheEngine

java.lang.Object
dev.voidframework.cache.engine.AbstractCacheEngine
All Implemented Interfaces:
CacheEngine

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

    • AbstractCacheEngine

      public AbstractCacheEngine()
      Build a new instance.
  • Method Details