| Package | Description |
|---|---|
| net.itrixlabs.cache.auth | |
| net.itrixlabs.cache.csrf | |
| net.itrixlabs.cache.ext | |
| net.itrixlabs.cache.user |
| Modifier and Type | Class and Description |
|---|---|
class |
SerializableAuthCache<V>
Efficient implementation of
ApplicationCache for authorization sub-systems. |
| Modifier and Type | Class and Description |
|---|---|
class |
SerializableCsrfCache<V>
Efficient implementation of
ApplicationCache for CSRF Filters. |
| Modifier and Type | Method and Description |
|---|---|
AbstractFileSystemCache<V> |
AbstractFileSystemCache.setCacheDir(String cacheDir)
Sets the cache directory location to use with the particular type of cache in focus.
|
AbstractFileSystemCache<V> |
AbstractFileSystemCache.setCacheFile(String cacheFile)
Sets the cache filename to use with the particular type of cache in focus.
|
AbstractFileSystemCache<V> |
AbstractFileSystemCache.setTtl(Long ttl)
Sets the time-to-live for an entry in cache.
|
AbstractFileSystemCache<V> |
AbstractFileSystemCache.setTtlUnit(TimeUnit ttlUnit)
Sets the time unit for cache entry time-to-live strategy.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SerializableUserCache<V>
Efficient implementation of
ApplicationCache for authentication sub-systems. |
Copyright © 2015. All rights reserved.