| 
 | ehcache | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CacheEntry | |
|---|---|
| net.sf.ehcache.transaction.xa.commands | This package contains a representation of the queued commands which can be executed against a XA store. | 
| net.sf.ehcache.writer | This package contains the cache writer functionalities. | 
| net.sf.ehcache.writer.writebehind | This package contains the write behind functionalities. | 
| net.sf.ehcache.writer.writebehind.operations | This package contains the operations for the write behind functionalities. | 
| net.sf.ehcache.writer.writethrough | This package contains the write through functionalities. | 
| Uses of CacheEntry in net.sf.ehcache.transaction.xa.commands | 
|---|
| Methods in net.sf.ehcache.transaction.xa.commands that return CacheEntry | |
|---|---|
|  CacheEntry | StoreRemoveCommand.getEntry()Getter to the cache entry to be removed | 
| Uses of CacheEntry in net.sf.ehcache.writer | 
|---|
| Methods in net.sf.ehcache.writer with parameters of type CacheEntry | |
|---|---|
|  void | CacheWriter.delete(CacheEntry entry)Delete the cache entry from the store | 
|  void | AbstractCacheWriter.delete(CacheEntry entry)Delete the cache entry from the store | 
|  void | CacheWriterManager.remove(CacheEntry entry)Schedule a remove operation for this key in the CacheWriterManager, which will call the CacheWriter when appropriate. | 
| Method parameters in net.sf.ehcache.writer with type arguments of type CacheEntry | |
|---|---|
|  void | CacheWriter.deleteAll(Collection<CacheEntry> entries)Remove data and keys from the underlying store for the given collection of keys, if present. | 
|  void | AbstractCacheWriter.deleteAll(Collection<CacheEntry> entries)Remove data and keys from the underlying store for the given collection of keys, if present. | 
| Uses of CacheEntry in net.sf.ehcache.writer.writebehind | 
|---|
| Methods in net.sf.ehcache.writer.writebehind with parameters of type CacheEntry | |
|---|---|
|  void | WriteBehindQueueManager.delete(CacheEntry entry)Add a delete operation for the given cache entry | 
|  void | AbstractWriteBehindQueue.delete(CacheEntry entry)Add a delete operation for the given cache entry | 
|  void | WriteBehind.delete(CacheEntry entry)Add a delete operation for the given cache entry | 
|  void | WriteBehindManager.remove(CacheEntry entry)Schedule a remove operation for this key in the CacheWriterManager, which will call the CacheWriter when appropriate. | 
| Uses of CacheEntry in net.sf.ehcache.writer.writebehind.operations | 
|---|
| Methods in net.sf.ehcache.writer.writebehind.operations that return CacheEntry | |
|---|---|
|  CacheEntry | DeleteOperation.getEntry()Retrieves the entry that will be used for this operation | 
| Constructors in net.sf.ehcache.writer.writebehind.operations with parameters of type CacheEntry | |
|---|---|
| DeleteOperation(CacheEntry entry)Create a new delete operation for a particular entry | |
| DeleteOperation(CacheEntry entry,
                long creationTime)Create a new delete operation for a particular entry and creation time | |
| Constructor parameters in net.sf.ehcache.writer.writebehind.operations with type arguments of type CacheEntry | |
|---|---|
| DeleteAllOperation(List<CacheEntry> entries)Create a new delete all operation for the provided list of cache entries | |
| Uses of CacheEntry in net.sf.ehcache.writer.writethrough | 
|---|
| Methods in net.sf.ehcache.writer.writethrough with parameters of type CacheEntry | |
|---|---|
|  void | WriteThroughManager.remove(CacheEntry entry)Schedule a remove operation for this key in the CacheWriterManager, which will call the CacheWriter when appropriate. | 
| 
 | ehcache | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||