Package com.sun.enterprise.admin.util.cache
-
Interface Summary Interface Description AdminCache Simple cache for administration framework.DataProvider Provides ability to convert some instance intobyte[]and back.
Implementations of this interface are located using standardServiceLoader -
Class Summary Class Description AdminCacheFileStore AdminCahcebased on file system.
SingletonAdminCacheMemStore In memoryAdminCachecontaining fixed amount of items.AdminCacheUtils Tooling for AdminCacheDataProviderimplementation.AdminCacheWeakReference AdminCachebased on week references and backgrounded byAdminCacheFileStorelayer.ByteArrayDataProvider DataProvider for byte array.CommandModelDataProvider Works withCachedCommandModeland {@link com.sun.enterprise.admin.util.CommandModelData).
This is hand made implementation which is focused on human readability and fastness.StringDataProvider DataProvider for String