ChangeLog 893 B

123456789101112131415161718192021222324252627
  1. 2002-10-08 Gonzalo Paniagua Javier <[email protected]>
  2. * Cache.cs: little fixes.
  3. 2002-07-28 Gonzalo Paniagua Javier <[email protected]>
  4. * CacheDefinitions.cs: fixed a couple of enums.
  5. * CacheDependency.cs: the class is sealed.
  6. 2002-06-11 Gonzalo Paniagua Javier <[email protected]>
  7. * CacheDependency.cs: fixed a couple of typos and don't throw
  8. NotImplementedException in constructors.
  9. 2001-12-21 Gaurav Vaish <[email protected]>
  10. * CacheDependency.cs: Some unimplemented methods to make build
  11. 2001-07-20 Patrik Torstensson ([email protected])
  12. * Cache.cs: Implemented. (90% ready)
  13. * CacheDefinitions.cs: Implemented.
  14. * CacheDependency.cs: Added. (20% ready)
  15. * CacheExpires: Implemented.
  16. * CacheEntry.cs: Implemented. (95% ready, going to be changed due to CacheDependecy support)
  17. * ExpiresBuckets.cs: Implemented.