ChangeLog 803 B

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