public class FileCacheService
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static FileCacheService |
instance |
Modifier | Constructor and Description |
---|---|
protected |
FileCacheService() |
Modifier and Type | Method and Description |
---|---|
RandomAccessReader |
get(java.lang.String path) |
void |
invalidate(java.lang.String path) |
void |
put(RandomAccessReader instance) |
long |
sizeInBytes() |
public static FileCacheService instance
public RandomAccessReader get(java.lang.String path)
public void put(RandomAccessReader instance)
public void invalidate(java.lang.String path)
public long sizeInBytes()
Copyright © 2013 The Apache Software Foundation