Interface PriintCacheServiceLocal


public interface PriintCacheServiceLocal
Local interface for the cache service. This interface provides the contract to retrieve a cache manager instance.

Example usage:

 
 PriintCacheServiceLocal service = PlannerEngineServiceLocator.INSTANCE.getPriintCacheServiceLocal(); // obtain reference to the service
 PriintCacheManager cacheManager = service.getPriintCacheManager();

 
 

  • Method Summary

    Modifier and Type
    Method
    Description
    com.priint.caching.PriintCacheManager
    Retrieves the PriintCacheManager.
  • Method Details

    • getPriintCacheManager

      com.priint.caching.PriintCacheManager getPriintCacheManager()
      Retrieves the PriintCacheManager.
      Returns:
      the PriintCacheManager