diff options
Diffstat (limited to 'devel/p5-Cache-Cache/DESCR')
-rw-r--r-- | devel/p5-Cache-Cache/DESCR | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/p5-Cache-Cache/DESCR b/devel/p5-Cache-Cache/DESCR index f20915fe70c..7d9cc54b46b 100644 --- a/devel/p5-Cache-Cache/DESCR +++ b/devel/p5-Cache-Cache/DESCR @@ -9,9 +9,9 @@ abstraction of the filesystem or shared memory. The Cache package provides Cache::Cache, a generic interface for creating persistent data stores. This interface is implemented -by the Cache::MemoryCache, Cache::SharedMemoryCache, Cache::FileCache, -Cache::SizeAwareFileCache, Cache::SizeAwareMemoryCache, and -Cache::SizeAwareSharedMemoryCache classes. +by the Cache::MemoryCache, Cache::SharedMemoryCache, Cache::FileCache, +Cache::SizeAwareFileCache, Cache::SizeAwareMemoryCache, and +Cache::SizeAwareSharedMemoryCache classes. This work aggregates and extends the obsolete File::Cache and IPC::Cache projects. |