Interface ClassCacheProvider

All Known Implementing Classes:
FullCacheProvider, LRUCacheProvider, MutableFullCacheProvider

public interface ClassCacheProvider
Interface for cache providers.
  • Method Summary

    Modifier and Type
    Method
    Description
    Create and return a new cache object.
  • Method Details

    • createCache

      ClassCache createCache()
      Create and return a new cache object.