Hi Mark, If you start with the "NoCacheProvider.cfc" as the basis for a new cache provider, what are the minimum core methods that really need to be implemented to have a practical cache provider.
For example, all of the statistics methods like "getHits" could remain unimplemented as they're not really core to the cache provider being functional. So, maybe the 5 below have to be implemented to have a functional cache. 1. Add 2. Have 3. Get 4. Discard 5. DiscardAll Are there any others that you consider "core" (assuming DiscardAll qualifies as core) ? Thank you, Gabriel
-- Before posting questions to the group please read: http://groups.google.com/group/transfer-dev/web/how-to-ask-support-questions-on-transfer You received this message because you are subscribed to the Google Groups "transfer-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/transfer-dev?hl=en
