Interface IThingCache

All Superinterfaces:
ICache, IComponent, IInitializable

@Deprecated public interface IThingCache extends ICache
Deprecated.
Use TransientCache
Title: Description:

Public interface to the thing cache.

Cache entries can be any serializable java object, or a byte array.

Cache entries are identified by a cache entry thing ID and secondary ID.

Copyright: Copyright (c) 2001 Company:
  • Method Details