tuwien.auto.calimero.buffer.cache.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of calimero-core Show documentation
Show all versions of calimero-core Show documentation
Calimero, a free KNX network library
The newest version!
/**
* Cache interface for different caching policies.
* The main use in Calimero is to cache state and event information of KNX group objects.
*
* Different cache implementations are available to vary the replacement policy of cached objects and consequently
* influence the performance behavior.
*/
package tuwien.auto.calimero.buffer.cache;