Package | Description |
---|---|
org.infinispan.configuration.cache |
Classes related to eviction.
|
Modifier and Type | Method and Description |
---|---|
SingleFileCacheStoreConfigurationBuilder |
LoadersConfigurationBuilder.addSingleFileCacheStore()
Adds a single file cache store
|
SingleFileCacheStoreConfigurationBuilder |
SingleFileCacheStoreConfigurationBuilder.location(String location)
Sets a location on disk where the store can write.
|
SingleFileCacheStoreConfigurationBuilder |
SingleFileCacheStoreConfigurationBuilder.maxEntries(int maxEntries)
In order to speed up lookups, the single file cache store keeps an index
of keys and their corresponding position in the file.
|
SingleFileCacheStoreConfigurationBuilder |
SingleFileCacheStoreConfigurationBuilder.self() |
Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.