Interface Cache<T>

  • Type Parameters:
    T - the class of the data stored in the cache.
    All Known Implementing Classes:
    AbstractCache

    public interface Cache<T>
    Cache interface. Used to add/get/remove value from cache which can be local or distributed, with a limited capacity etc. depending of the implementation and configuration.

    You can create a new cache using the CacheFactory component.

    Version:
    $Id: a041726c64f3309a0b412366dbf0d8f94dbbf0ec $