|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Cache.Backend | |
|---|---|
| org.apache.jackrabbit.mk.blobs | |
| org.apache.jackrabbit.mk.util | |
| Uses of Cache.Backend in org.apache.jackrabbit.mk.blobs |
|---|
| Classes in org.apache.jackrabbit.mk.blobs that implement Cache.Backend | |
|---|---|
class |
AbstractBlobStore
An abstract data store that splits the binaries in relatively small blocks, so that each block fits in memory. |
class |
DbBlobStore
A database blob store. |
class |
FileBlobStore
A file blob store. |
class |
MemoryBlobStore
A memory blob store. |
| Uses of Cache.Backend in org.apache.jackrabbit.mk.util |
|---|
| Methods in org.apache.jackrabbit.mk.util with parameters of type Cache.Backend | ||
|---|---|---|
static
|
Cache.newInstance(Cache.Backend<K,V> backend,
int maxMemoryBytes)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||