Class CacheState<K extends Serializable,V>

java.lang.Object
org.exoplatform.services.cache.concurrent.CacheState<K,V>

public class CacheState<K extends Serializable,V> extends Object
Really the cache state (we need it because of the clear cache consistency).
  • Constructor Details

  • Method Details

    • assertConsistency

      public void assertConsistency()
    • get

      public V get(Serializable name)
    • remove

      public V remove(Serializable name)