protected void |
FileCache.compressFile(FileCacheEntry entry) |
Creates a temporary compressed representation of the given cache entry.
|
protected static void |
FileCache.notifyProbesEntryAdded(FileCache fileCache,
FileCacheEntry entry) |
|
protected static void |
FileCache.notifyProbesEntryHit(FileCache fileCache,
FileCacheEntry entry) |
|
protected static void |
FileCache.notifyProbesEntryRemoved(FileCache fileCache,
FileCacheEntry entry) |
|
void |
FileCacheProbe.Adapter.onEntryAddedEvent(FileCache fileCache,
FileCacheEntry entry) |
Method will be called, when file cache entry gets added.
|
void |
FileCacheProbe.onEntryAddedEvent(FileCache fileCache,
FileCacheEntry entry) |
Method will be called, when file cache entry gets added.
|
void |
FileCacheProbe.Adapter.onEntryHitEvent(FileCache fileCache,
FileCacheEntry entry) |
Method will be called, when file cache entry gets hit.
|
void |
FileCacheProbe.onEntryHitEvent(FileCache fileCache,
FileCacheEntry entry) |
Method will be called, when file cache entry gets hit.
|
void |
FileCacheProbe.Adapter.onEntryRemovedEvent(FileCache fileCache,
FileCacheEntry entry) |
Method will be called, when file cache entry gets removed.
|
void |
FileCacheProbe.onEntryRemovedEvent(FileCache fileCache,
FileCacheEntry entry) |
Method will be called, when file cache entry gets removed.
|
protected void |
FileCache.remove(FileCacheEntry entry) |
|