File: MANIFEST

package info (click to toggle)
libcache-cache-perl 1.0-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 260 kB
  • ctags: 318
  • sloc: perl: 2,987; makefile: 50
file content (36 lines) | stat: -rw-r--r-- 834 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
CHANGES
COPYING
CREDITS
DISCLAIMER
MANIFEST
Makefile.PL
README
STYLE
TODO
lib/Cache/BaseCache.pm
lib/Cache/BaseCacheTester.pm
lib/Cache/Cache.pm
lib/Cache/CacheMetaData.pm
lib/Cache/CacheSizer.pm
lib/Cache/CacheTester.pm
lib/Cache/CacheUtils.pm
lib/Cache/FileBackend.pm
lib/Cache/FileCache.pm
lib/Cache/MemoryBackend.pm
lib/Cache/MemoryCache.pm
lib/Cache/Object.pm
lib/Cache/NullCache.pm
lib/Cache/SharedMemoryBackend.pm
lib/Cache/SharedMemoryCache.pm
lib/Cache/SizeAwareCache.pm
lib/Cache/SizeAwareCacheTester.pm
lib/Cache/SizeAwareFileCache.pm
lib/Cache/SizeAwareMemoryCache.pm
lib/Cache/SizeAwareSharedMemoryCache.pm
t/1_test_cache_interface.t
t/2_test_memory_cache.t
t/3_test_file_cache.t
t/4_test_shared_memory_cache.t
t/5_test_size_aware_file_cache.t
t/6_test_size_aware_memory_cache.t
t/7_test_size_aware_shared_memory_cache.t