2015/07/26 - Apache DirectMemory has been retired.

For more information, please explore the Attic.

public class

NotifyingDirectMemoryStore

extends DirectMemoryStore
java.lang.Object
   ↳ net.sf.ehcache.store.AbstractStore
     ↳ org.apache.directmemory.ehcache.DirectMemoryStore
       ↳ org.apache.directmemory.ehcache.NotifyingDirectMemoryStore

Summary

[Expand]
Inherited Constants
From class org.apache.directmemory.ehcache.DirectMemoryStore
From interface net.sf.ehcache.store.Store
[Expand]
Inherited Fields
From class org.apache.directmemory.ehcache.DirectMemoryStore
From class net.sf.ehcache.store.AbstractStore
Public Methods
static NotifyingDirectMemoryStore create(Ehcache cache, Pool<PoolableStore> pool)
void expireElements()
Protected Methods
boolean evict(Element element)
void notifyDirectEviction(Element element)
[Expand]
Inherited Methods
From class org.apache.directmemory.ehcache.DirectMemoryStore
From class net.sf.ehcache.store.AbstractStore
From class java.lang.Object
From interface net.sf.ehcache.pool.PoolableStore
From interface net.sf.ehcache.store.Store
From interface net.sf.ehcache.store.TierableStore

Public Methods

public static NotifyingDirectMemoryStore create (Ehcache cache, Pool<PoolableStore> pool)

public void expireElements ()

Protected Methods

protected boolean evict (Element element)

protected void notifyDirectEviction (Element element)