|
TrueZIP Kernel 7.0-rc1 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use IOCache.Strategy | |
|---|---|
| de.schlichtherle.truezip.fs | Provides access to (possibly federated virtual) file systems. |
| de.schlichtherle.truezip.socket | Provides I/O sockets to address and resolve targets for I/O operations. |
| Uses of IOCache.Strategy in de.schlichtherle.truezip.fs |
|---|
| Fields in de.schlichtherle.truezip.fs declared as IOCache.Strategy | |
|---|---|
private static IOCache.Strategy |
FsCachingController.STRATEGY
|
| Uses of IOCache.Strategy in de.schlichtherle.truezip.socket |
|---|
| Fields in de.schlichtherle.truezip.socket declared as IOCache.Strategy | |
|---|---|
private IOCache.Strategy |
IOCache.strategy
|
| Methods in de.schlichtherle.truezip.socket that return IOCache.Strategy | |
|---|---|
static IOCache.Strategy |
IOCache.Strategy.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static IOCache.Strategy[] |
IOCache.Strategy.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Constructors in de.schlichtherle.truezip.socket with parameters of type IOCache.Strategy | |
|---|---|
IOCache(IOCache.Strategy strategy,
IOPool<?> pool)
Constructs a new cache which applies the given caching strategy and uses the given pool to allocate and release temporary I/O entries. |
|
|
TrueZIP Kernel 7.0-rc1 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||