net.dpml.transit
Interface CacheManager


@MXBean
public interface CacheManager

Cache management interface.

Version:
2.1.1
Author:
Digital Product Management Library

Method Summary
 String getDirectory()
          Return the Transit cache directory location as a string.
 HostManager[] getHosts()
          Return the hosts assigned in this Transit configuration
 String getLayoutID()
          Return the Transit cache layout id.
 String getPath()
          Return the Transit cache directory path.
 

Method Detail

getPath

String getPath()
Return the Transit cache directory path.

Returns:
the cache path

getDirectory

String getDirectory()
Return the Transit cache directory location as a string.

Returns:
the cache file value

getLayoutID

String getLayoutID()
Return the Transit cache layout id.

Returns:
the cache layout identifier

getHosts

HostManager[] getHosts()
Return the hosts assigned in this Transit configuration

Returns:
the host manager array