ehcache

Uses of Class
net.sf.ehcache.store.FrontEndCacheTier

Packages that use FrontEndCacheTier
net.sf.ehcache.event This package contains interfaces and classes for listening to events. 
net.sf.ehcache.store Store package. 
 

Uses of FrontEndCacheTier in net.sf.ehcache.event
 

Methods in net.sf.ehcache.event that return FrontEndCacheTier
 FrontEndCacheTier RegisteredEventListeners.getFrontEndCacheTier()
          Returns the FrontEndCacheTier this RegisteredEventListeners is backing, or null if the cache isn't backed by one
 

Uses of FrontEndCacheTier in net.sf.ehcache.store
 

Subclasses of FrontEndCacheTier in net.sf.ehcache.store
 class DiskBackedMemoryStore
          A tiered store using an in-memory cache of elements stored on disk.
 class MemoryOnlyStore
          A memory-only store with support for all caching features.
 


ehcache

Copyright © 2003-2012 Terracotta, Inc.. All Rights Reserved.